home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Education / T-Z / WorldCap1.4 Demo.cpt / WorldCap© 1.4 Demo ƒ / EuroCap 1.4© / card_2178.txt < prev    next >
Text File  |  1992-10-31  |  1KB  |  71 lines

  1. -- card: 2178 from stack: in.4¬©
  2. -- bmap block id: 2492
  3. -- flags: 4000
  4. -- background id: 2641
  5. -- name: Incorrect
  6. ----- HyperTalk script -----
  7. on openCard
  8.   hide cd field "Again"
  9.   set the cursor to none
  10.   visual effect iris open
  11.   play "Incorrect" & random(6)
  12.   wait until the sound is done
  13.   lock screen
  14.   show cd field "Again"
  15.   unlock screen with dissolve
  16.   set the cursor to normal
  17. end openCard
  18.  
  19. on closecard
  20.   hide cd field "Again"
  21. end closecard
  22.  
  23. on returnkey
  24.   go back
  25. end returnkey
  26.  
  27. on enterkey
  28.   go back
  29. end enterkey
  30.  
  31.  
  32.  
  33. -- part 1 (field)
  34. -- low flags: 85
  35. -- high flags: 2000
  36. -- rect: left=220 top=197 right=325 bottom=463
  37. -- title width / last selected line: 0
  38. -- icon id / first selected line: 0 / 0
  39. -- text alignment: 1
  40. -- font id: 16
  41. -- text size: 12
  42. -- style flags: 2304
  43. -- line height: 16
  44. -- part name: Again
  45.  
  46.  
  47. -- part 2 (button)
  48. -- low flags: 00
  49. -- high flags: 0000
  50. -- rect: left=0 top=0 right=342 bottom=512
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 0 / 0
  53. -- text alignment: 1
  54. -- font id: 0
  55. -- text size: 12
  56. -- style flags: 0
  57. -- line height: 16
  58. -- part name: Back
  59. ----- HyperTalk script -----
  60. on mouseUp
  61.   go back
  62. end mouseUp
  63.  
  64.  
  65. -- part contents for card part 1
  66. ----- text -----
  67.  
  68. The correct country for the capital Minsk is:  
  69. Byelarus
  70.  
  71. Click to try another.